PageRanges

interface PageRanges<T : PrintSettings?>

Allows configuring the page ranges to print.

Implemented by concrete PrintSettings implementations that support configuring the page ranges to print.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
abstract fun pageRanges(): Set<PageRange>
Returns an immutable set containing the page ranges to print.
abstract fun pageRanges(pageRanges: Array<PageRange>): T
abstract fun pageRanges(pageRanges: Set<PageRange>): T
Configures the page ranges to print.